home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / Programs / IP-Tools.v2.20.WinALL / ipt220.exe / Ip_tools.exe / 0 / RCDATA / TDEBUGFORM / TDEBUGFORM.txt < prev   
Encoding:
Text File  |  2003-03-01  |  1.4 KB  |  71 lines

  1. object DebugForm: TDebugForm
  2.   Left = 157
  3.   Top = 236
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Initializing ..'
  7.   ClientHeight = 118
  8.   ClientWidth = 590
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 182
  20.     Top = 0
  21.     Width = 408
  22.     Height = 118
  23.     Align = alClient
  24.     BorderStyle = bsNone
  25.     Color = clBlack
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = 16768384
  28.     Font.Height = -11
  29.     Font.Name = 'Courier New'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     ReadOnly = True
  33.     TabOrder = 0
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 0
  37.     Top = 0
  38.     Width = 182
  39.     Height = 118
  40.     Align = alLeft
  41.     BevelOuter = bvNone
  42.     ParentColor = True
  43.     TabOrder = 1
  44.     object Image1: TImage
  45.       Left = 8
  46.       Top = 7
  47.       Width = 167
  48.       Height = 105
  49.       Center = True
  50.       Picture.Data = {<image000.TMetafile>}
  51.       Stretch = True
  52.       Transparent = True
  53.     end
  54.     object Label1: TLabel
  55.       Left = 9
  56.       Top = 51
  57.       Width = 166
  58.       Height = 18
  59.       Alignment = taCenter
  60.       AutoSize = False
  61.       Caption = 'Version 2.20'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clWhite
  64.       Font.Height = -15
  65.       Font.Name = 'Arial'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.     end
  69.   end
  70. end
  71.